home *** CD-ROM | disk | FTP | other *** search
/ QRZ! Ham Radio 4 / QRZ Ham Radio Callsign Database - Volume 4.iso / digests / tcp / 940170.txt < prev    next >
Internet Message Format  |  1994-11-13  |  6KB

  1. Date: Thu, 11 Aug 94 04:30:02 PDT
  2. From: Advanced Amateur Radio Networking Group <tcp-group@ucsd.edu>
  3. Errors-To: TCP-Group-Errors@UCSD.Edu
  4. Reply-To: TCP-Group@UCSD.Edu
  5. Precedence: Bulk
  6. Subject: TCP-Group Digest V94 #170
  7. To: tcp-group-digest
  8.  
  9.  
  10. TCP-Group Digest            Thu, 11 Aug 94       Volume 94 : Issue  170
  11.  
  12. Today's Topics:
  13.                              DNS (4 msgs)
  14.  
  15. Send Replies or notes for publication to: <TCP-Group@UCSD.Edu>.
  16. Subscription requests to <TCP-Group-REQUEST@UCSD.Edu>.
  17. Problems you can't solve otherwise to brian@ucsd.edu.
  18.  
  19. Archives of past issues of the TCP-Group Digest are available
  20. (by FTP only) from UCSD.Edu in directory "mailarchives".
  21.  
  22. We trust that readers are intelligent enough to realize that all text
  23. herein consists of personal comments and does not represent the official
  24. policies or positions of any party.  Your mileage may vary.  So there.
  25. ----------------------------------------------------------------------
  26.  
  27. Date: Wed, 10 Aug 94 01:23:07 GMT
  28. From: "William Allen Simpson" <bill.simpson@um.cc.umich.edu>
  29. Subject: DNS
  30. To: TCP-Group@UCSD.EDU
  31.  
  32. > From: mikebw@bilow.bilow.uu.ids.net (Mike Bilow)
  33. > None of the NOS DNS code I have seen correctly implements the most
  34. > basic elements of the standards, such as TTL and authoritativeness, and is
  35. > really only useful in slave mode.
  36.  
  37. I did a lot of the KA9Q DNS resolver code, and it certainly does TTL and
  38. authority correctly.  The very early Karn code didn't, but he integrated
  39. my changes years ago.
  40.  
  41. But, NOS doesn't act as a SERVER, which is what I think the requestor
  42. wants.  For that, Linux or any Unix variant would be a fine choice.
  43.  
  44. Bill.Simpson@um.cc.umich.edu
  45.  
  46. ------------------------------
  47.  
  48. Date: Wed, 10 Aug 1994 11:38:32 -29900
  49. From: Ashok Aiyar <ashok@mirage.BIOC.CWRU.Edu>
  50. Subject: DNS
  51. To: bsimpson@morningstar.com
  52.  
  53. On Wed, 10 Aug 1994, William Allen Simpson wrote:
  54.  
  55. > I did a lot of the KA9Q DNS resolver code, and it certainly does TTL and
  56. > authority correctly.  The very early Karn code didn't, but he integrated
  57. > my changes years ago.
  58. > But, NOS doesn't act as a SERVER, which is what I think the requestor
  59. > wants.  For that, Linux or any Unix variant would be a fine choice.
  60.  
  61. For a Domain Name Service Server, I have used DIS NET.EXE, available
  62. from ftp.demon.co.uk.  I think that Mark Turner or Giles Todd added
  63. the server code.  It works exactly like "named", supports multiple
  64. zones, can act as primary or secondary, and configuration is very
  65. easy.
  66.  
  67. The original poster (whose address I have lost) should take a look
  68. at it.  Also for ethernet situations, FTP Software sells a DNS server
  69. which runs over their kernel.  Haven't used it though.
  70.  
  71. Cheers,
  72. Ashok
  73.  
  74. --
  75. Ashok Aiyar                              email: ashok@mirage.bioc.cwru.edu 
  76. CWRU Medical School                              telephone: (216) 368-3300 
  77. Department of Biochemistry                             fax: (216) 368-4544
  78.  
  79. ------------------------------
  80.  
  81. Date: Wed, 10 Aug 94 21:23:00 -0000
  82. From: mikebw@bilow.bilow.uu.ids.net (Mike Bilow)
  83. Subject: DNS
  84. To: tcp-group@ucsd.edu
  85.  
  86. On 94 Aug 10 at 01:23, William Allen Simpson wrote:
  87.  
  88. >> From: mikebw@bilow.bilow.uu.ids.net (Mike Bilow)
  89. >> None of the NOS DNS code I have seen correctly implements the 
  90. >> most basic elements of the standards, such as TTL and 
  91. >> authoritativeness, and is really only useful in slave mode.
  92.  
  93.  WAS> I did a lot of the KA9Q DNS resolver code, and it 
  94.  WAS> certainly does TTL and authority correctly.  The very early 
  95.  WAS> Karn code didn't, but he integrated my changes years ago.
  96.  
  97. I was not talking about your resolver code.  I should have clearer about that.
  98.  
  99.  WAS> But, NOS doesn't act as a SERVER, which is what I think 
  100.  WAS> the requestor wants.  For that, Linux or any Unix variant 
  101.  WAS> would be a fine choice.
  102.  
  103. Several versions of NOS have code to allow operating as a server, along the
  104. same lines as the BSD named.  None of this code that I know about is very
  105. solid, and no one has put much time into it, either.  NOS is limited in memory
  106. under DOS, and acting as a name server is not a particularly efficient use of
  107. it.
  108.  
  109. -- Mike
  110.  
  111.  
  112. ------------------------------
  113.  
  114. Date: Wed, 10 Aug 94 21:27:00 -0000
  115. From: mikebw@bilow.bilow.uu.ids.net (Mike Bilow)
  116. Subject: DNS
  117. To: tcp-group@ucsd.edu
  118.  
  119. On 94 Aug 22 at 22:38, Ashok Aiyar wrote:
  120.  
  121.  AA> On Wed, 10 Aug 1994, William Allen Simpson wrote:
  122.  
  123. >> I did a lot of the KA9Q DNS resolver code, and it certainly 
  124. >> does TTL and authority correctly.  The very early Karn code 
  125. >> didn't, but he integrated my changes years ago.
  126. >> 
  127. >> But, NOS doesn't act as a SERVER, which is what I think the 
  128. >> requestor wants.  For that, Linux or any Unix variant would be 
  129. >> a fine choice.
  130.  
  131.  AA> For a Domain Name Service Server, I have used DIS NET.EXE, 
  132.  AA> available from ftp.demon.co.uk.  I think that Mark Turner or 
  133.  AA> Giles Todd added the server code.  It works exactly like 
  134.  AA> "named", supports multiple zones, can act as primary or 
  135.  AA> secondary, and configuration is very easy.
  136.  
  137. I am not at all familiar with that variant.  Where can it be found?
  138.  
  139.  AA> The original poster (whose address I have lost) should take 
  140.  AA> a look at it.  Also for ethernet situations, FTP Software 
  141.  AA> sells a DNS server which runs over their kernel.  Haven't 
  142.  AA> used it though.
  143.  
  144. The original poster was me.  The only server implementations I have seen in NOS
  145. are far more limited than what you describe.  It is not particularly easy to
  146. code a name server, and there are numerous subtle traps.  Also, many people
  147. have come to take for granted what are really optional features, such as
  148. recursion.
  149.  
  150. -- Mike
  151.  
  152.  
  153. ------------------------------
  154.  
  155. End of TCP-Group Digest V94 #170
  156. ******************************
  157.